projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67f170
)
* frame.el (make-frame-on-tty): Function deleted.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 4 Jan 2009 07:49:33 +0000
(07:49 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 4 Jan 2009 07:49:33 +0000
(07:49 +0000)
* server.el (server-create-tty-frame): Call make-frame directly.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 037b1c6c3da0c9de5b6146c4f7875f8b793367f8..b14d594d0b0c9ef69ac43fa79cf24bffee9f2851 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,9
@@
+2009-01-04 Chong Yidong <cyd@stupidchicken.com>
+
+ * frame.el (make-frame-on-tty): Function deleted.
+
+ * server.el (server-create-tty-frame): Call make-frame directly.
+
2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
* progmodes/sh-script.el (sh-ancestor-alist): Doc fix.